home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2002 November / SGI IRIX Base Documentation 2002 November.iso / usr / share / catman / p_man / cat3 / X11 / XChangeSaveSet.z / XChangeSaveSet
Encoding:
Text File  |  2002-10-03  |  4.6 KB  |  133 lines

  1.  
  2.  
  3.  
  4.      XXXXCCCChhhhaaaannnnggggeeeeSSSSaaaavvvveeeeSSSSeeeetttt((((3333XXXX11111111))))XXXX VVVVeeeerrrrssssiiiioooonnnn 11111111 ((((RRRReeeelllleeeeaaaasssseeee 6666....6666))))XXXXCCCChhhhaaaannnnggggeeeeSSSSaaaavvvveeeeSSSSeeeetttt((((3333XXXX11111111))))
  5.  
  6.  
  7.  
  8.      NNNNAAAAMMMMEEEE
  9.           XChangeSaveSet, XAddToSaveSet, XRemoveFromSaveSet - change a
  10.           client's save set
  11.  
  12.      SSSSYYYYNNNNTTTTAAAAXXXX
  13.           XChangeSaveSet(_d_i_s_p_l_a_y, _w, _c_h_a_n_g_e__m_o_d_e)
  14.                 Display *_d_i_s_p_l_a_y;
  15.                 Window _w;
  16.                 int _c_h_a_n_g_e__m_o_d_e;
  17.  
  18.           XAddToSaveSet(_d_i_s_p_l_a_y, _w)
  19.                 Display *_d_i_s_p_l_a_y;
  20.                 Window _w;
  21.  
  22.           XRemoveFromSaveSet(_d_i_s_p_l_a_y, _w)
  23.                 Display *_d_i_s_p_l_a_y;
  24.                 Window _w;
  25.  
  26.      AAAARRRRGGGGUUUUMMMMEEEENNNNTTTTSSSS
  27.           _c_h_a_n_g_e__m_o_d_e
  28.                     Specifies the mode.  You can pass _S_e_t_M_o_d_e_I_n_s_e_r_t or
  29.                     _S_e_t_M_o_d_e_D_e_l_e_t_e.
  30.  
  31.           _d_i_s_p_l_a_y   Specifies the connection to the X server.
  32.  
  33.           _w         Specifies the window that you want to add or
  34.                     delete from the client's save-set.
  35.  
  36.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  37.           Depending on the specified mode, _X_C_h_a_n_g_e_S_a_v_e_S_e_t either
  38.           inserts or deletes the specified window from the client's
  39.           save-set. The specified window must have been created by
  40.           some other client, or a _B_a_d_M_a_t_c_h error results.
  41.  
  42.           _X_C_h_a_n_g_e_S_a_v_e_S_e_t can generate _B_a_d_M_a_t_c_h, _B_a_d_V_a_l_u_e, and
  43.           _B_a_d_W_i_n_d_o_w errors.
  44.  
  45.           The _X_A_d_d_T_o_S_a_v_e_S_e_t function adds the specified window to the
  46.           client's save-set.  The specified window must have been
  47.           created by some other client, or a _B_a_d_M_a_t_c_h error results.
  48.  
  49.           _X_A_d_d_T_o_S_a_v_e_S_e_t can generate _B_a_d_M_a_t_c_h and _B_a_d_W_i_n_d_o_w errors.
  50.  
  51.           The _X_R_e_m_o_v_e_F_r_o_m_S_a_v_e_S_e_t function removes the specified window
  52.           from the client's save-set.  The specified window must have
  53.           been created by some other client, or a _B_a_d_M_a_t_c_h error
  54.           results.
  55.  
  56.           _X_R_e_m_o_v_e_F_r_o_m_S_a_v_e_S_e_t can generate _B_a_d_M_a_t_c_h and _B_a_d_W_i_n_d_o_w
  57.           errors.
  58.  
  59.      DDDDIIIIAAAAGGGGNNNNOOOOSSSSTTTTIIIICCCCSSSS
  60.  
  61.  
  62.  
  63.      PPPPaaaaggggeeee 1111                                          ((((pppprrrriiiinnnntttteeeedddd 11110000////3333////00002222))))
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.      XXXXCCCChhhhaaaannnnggggeeeeSSSSaaaavvvveeeeSSSSeeeetttt((((3333XXXX11111111))))XXXX VVVVeeeerrrrssssiiiioooonnnn 11111111 ((((RRRReeeelllleeeeaaaasssseeee 6666....6666))))XXXXCCCChhhhaaaannnnggggeeeeSSSSaaaavvvveeeeSSSSeeeetttt((((3333XXXX11111111))))
  71.  
  72.  
  73.  
  74.           _B_a_d_M_a_t_c_h  Some argument or pair of arguments has the correct
  75.                     type and range but fails to match in some other
  76.                     way required by the request.
  77.  
  78.           _B_a_d_V_a_l_u_e  Some numeric value falls outside the range of
  79.                     values accepted by the request.  Unless a specific
  80.                     range is specified for an argument, the full range
  81.                     defined by the argument's type is accepted.  Any
  82.                     argument defined as a set of alternatives can
  83.                     generate this error.
  84.  
  85.           _B_a_d_W_i_n_d_o_w A value for a Window argument does not name a
  86.                     defined Window.
  87.  
  88.      SSSSEEEEEEEE AAAALLLLSSSSOOOO
  89.           XReparentWindow(3X11)
  90.           _X_l_i_b - _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.      Page 2                                          (printed 10/3/02)
  130.  
  131.  
  132.  
  133.